const runtime._SIG_SETMASK
10 uses
runtime (current package)
os_linux.go#L178: sigprocmask(_SIG_SETMASK, &sigset_all, &oset)
os_linux.go#L188: sigprocmask(_SIG_SETMASK, &oset, nil)
os_linux_generic.go#L14: _SIG_SETMASK = 2
signal_unix.go#L1075: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1087: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1226: sigprocmask(_SIG_SETMASK, nil, p)
signal_unix.go#L1238: sigprocmask(_SIG_SETMASK, &sigmask, nil)
signal_unix.go#L1283: sigprocmask(_SIG_SETMASK, &sigsetAllExiting, nil)
signal_unix.go#L1286: sigprocmask(_SIG_SETMASK, &sigset_all, nil)
signal_unix.go#L1347: sigprocmask(_SIG_SETMASK, &nmask, nil)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |